object PropertyDlg: TPropertyDlg Left = 208 Top = 85 ActiveControl = CancelBtn BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Setup - Advanced:' ClientHeight = 385 ClientWidth = 543 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 113 Width = 543 Height = 272 Align = alClient Shape = bsFrame end object InifileLabel: TLabel Left = 56 Top = 300 Width = 313 Height = 33 AutoSize = False Caption = 'C:\Program Files\WinGrab1.40\WinGrab.ini' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False WordWrap = True end object Label1: TLabel Left = 24 Top = 300 Width = 27 Height = 13 Caption = 'Inifile:' end object Label3: TLabel Left = 38 Top = 142 Width = 352 Height = 13 Caption = 'When program is launched with: WinGrab.exe -Key "Profile1"' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKBtn: TButton Left = 151 Top = 342 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 231 Top = 342 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 0 Width = 543 Height = 113 Align = alTop BorderWidth = 5 BorderStyle = bsSingle Color = clWindow TabOrder = 2 object HeadLabel: TLabel Left = 16 Top = 14 Width = 47 Height = 13 Caption = 'Subkey:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object FullKeyLabel: TLabel Left = 100 Top = 67 Width = 425 Height = 33 AutoSize = False Caption = 'HKEY_LOCAL_MACHINE\Software\WinGrab1.40\Settings\BackgroundTask' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object LabelCmd: TLabel Left = 100 Top = 40 Width = 134 Height = 13 Caption = 'WinGrab.exe -Key "Profile1"' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 16 Top = 66 Width = 75 Height = 13 Caption = 'Registry key:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 16 Top = 40 Width = 74 Height = 13 Caption = 'Launch with:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ComboBox1: TComboBox Left = 100 Top = 10 Width = 145 Height = 21 HelpContext = 487 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ComboBox1Change end end object readReg: TCheckBox Left = 38 Top = 168 Width = 467 Height = 17 HelpContext = 495 Caption = 'Read settings from subkey "Profile1" when program starts' TabOrder = 3 end object writeReg: TCheckBox Left = 38 Top = 212 Width = 467 Height = 17 HelpContext = 496 Caption = 'Save settings to subkey "Profile1" when program closes' TabOrder = 4 end object readIni: TCheckBox Left = 38 Top = 190 Width = 467 Height = 17 HelpContext = 497 Caption = 'Read settings from inifile when program starts (will override se' + 'ttings from subkey)' TabOrder = 5 end object writeIni: TCheckBox Left = 38 Top = 234 Width = 459 Height = 17 HelpContext = 498 Caption = 'Save settings to inifile when program closes' TabOrder = 6 end object BrowseButton: TButton Left = 380 Top = 296 Width = 69 Height = 24 Caption = 'Browse...' TabOrder = 7 OnClick = BrowseButtonClick end object sepUsers: TCheckBox Left = 38 Top = 256 Width = 467 Height = 17 HelpContext = 492 Caption = 'Separate user settings in the inifile (include username in the s' + 'ection names)' TabOrder = 8 end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Filter = 'Ini files (*.INI)|*.INI|All files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist] Title = 'Locate inifile:' Left = 456 Top = 352 end end